home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
domacnost a kancelar
/
autoit
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
_IELinkClickByIndex.au3
< prev
next >
Wrap
Text File
|
2007-09-08
|
321b
|
8 lines
; *******************************************************
; Example 1 - Open browser with basic example, click on the 3rd
; link on the page (note: the first link is index 0)
; *******************************************************
;
#include <IE.au3>
$oIE = _IE_Example ("basic")
_IELinkClickByIndex ($oIE, 2)